-
Notifications
You must be signed in to change notification settings - Fork 19
drop module version #341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
drop module version #341
Conversation
License Check Results🚀 The license check job ran with the Bazel command: bazel run //src:license-checkStatus: Click to expand output |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request simplifies the module declaration in MODULE.bazel by dropping the explicit version number and compatibility level. The version is changed from "2.3.0" to "0.0.0" with a comment indicating that versioning will be handled through GitHub Releases instead.
Changes:
- Removed the multi-line module() declaration with version "2.3.0" and compatibility_level = 2
- Replaced it with a simplified single-line module() declaration with version "0.0.0"
- Added a comment explaining that versioning is handled by GitHub Releases
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
The created documentation from the pull request is available at: docu-html |
No description provided.